/* title */

.tm-title {
    margin-bottom: 40px;
    text-align: center;
}

.tm-title .title {
    font-size: 36px;
    text-transform: uppercase;
    margin: 0;
}
.tm-title .title::after{
    content: '';
    display: block;
    margin: 20px auto;
    width: 30px;
    height: 5px;
    background: url(../images/bl-x.png) no-repeat;
    background-position: -30px 0;
}
.tm-title .des {
    font-size: 16px;
    margin: 0;
    margin-top: 14px;
    color: #676767;
}

.tm-title .xl {
    margin-top: 20px;
}

.sy-light.tm-title .title{
    color: #fff;
}
.sy-light.tm-title .title::after{
    background-position: 0 0;
}
.sy-light.tm-title .des{
    color: #fff;
}
.tm-header {
    padding: 0px 0;
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.6s;
    position: fixed;
    z-index: 99;
}
.tm-header .uk-container{
    max-width: 1440px;
}
.tm-nav {
    text-align: right;
}



.tm-topnav .logo {
    display: block;
    line-height: 95px;
}
.tm-nav .navs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}

.tm-nav .navs li {
    position: relative;
}

.tm-nav .navs li>a {
    font-size: 16px;
    padding: 0px 26px;
    color:#fff;
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    //line-height: 95px;
}







.tm-nav .navs .active>a,.tm-nav .navs li:hover>a{
    background: rgba(50, 160, 217, 0.6);
    color: #fff;
}

.tm-nav .navs li .ns-nav {
    position: absolute;
    width: 100%;
    z-index: 999;
    margin: 0 0;
    left: 0;
    /* margin-left: -75px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
    background: rgba(0,0,0,0.7);
}
.tm-nav .navs li:hover .ns-nav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.tm-nav .navs li .ns-nav a {
    padding: 10px 0px;
    text-align: center;
    display: block;
    color: #fff;
    border-bottom: 1px solid #333;
}
.tm-nav .navs li .ns-nav dd:last-child a{
    border: 0;
}
.tm-nav .navs li .ns-nav a:hover {
    background: rgba(50, 160, 217, 0.6);
}
.t-tel{
    background: url(../images/tel.png) no-repeat left center;
    background-size: 24px;
    padding-left: 30px;
    line-height: 24px;
    color: #fff;
    font-family: 'Barlow Condensed';
    font-size: 20px;
}
.t-tel .lan{
	color:#fff;
	margin-left:15px;
	background:rgba(50, 160, 217, 0.6);
	display:inline-block;
	width:24px;
	text-align:center;
	border-radius:3px;
	line-height:24px;
}
.m-header .lan{
	color:#fff;
	margin-right:0px;
	background:rgba(50, 160, 217, 1);
	display:inline-block;
	width:24px;
	height:24px;
	text-align:center;
	border-radius:50%;
	line-height:25px;
	font-size:13px;
}
.m-header {
    /* position: fixed;
    z-index: 999;
    width: 100%;
    top: 0; */
    box-sizing: border-box;
    /* padding: 10px 0; */
}

.m-header .uk-navbar-container {
    /*background: transparent;*/
    background: rgba(11, 119, 189, 0.8);/*后改*/
    transition: all 0.5s;
}

.in-o .m-header .uk-navbar-container {
    background: #fff;
}

.fp-viewing-0 .m-header .uk-navbar-container {
    background: transparent;
}

.m-header .uk-navbar-toggle {
	/*color: #32a0d9;*/
    color: #FFF;/*后改*/
    min-height: 60px;
}

#tm-mobile .uk-offcanvas-bar {
    background: #32a0d9;
}

#tm-mobile .uk-offcanvas-close {
    color: #fff;
}



.m-subnav {
    margin-top: 40px;
    text-transform: capitalize;
}

.m-subnav .m-nav {
    display: none;
}

.m-subnav .uk-parent .m-nav {
    display: block;
}

.m-subnav .uk-nav>li>a {
    padding: 16px 0;
    border-bottom: 1px solid #1b88ce;
    color: #fff;
}

.m-subnav ul.uk-nav-sub {
    border-bottom: 1px solid #1b88ce;
}

.m-subnav ul.uk-nav-sub li a {
    padding: 6px 0;
    color: #fff;
}




.banner .uk-slidenav{
    padding: 15px 20px;
    background: rgba(0, 0, 0, 0.27);
    transition: background 0.3s;
}
.banner .uk-slidenav:hover{
    background: rgba(11, 119, 189, 0.8);
}
.banner .uk-dotnav>*>*{
    width: 16px;
    height: 16px;
    background:#9c9c9c;
    border-color: #9c9c9c;
}
.banner .uk-dotnav>.uk-active>*{
    border-color:#32a0d9;
    background: rgba(11, 119, 189, 0.8);
}
.banner .uk-slideshow-items {
    /* min-height: 800px !important; */
}
.banner .t1{
    font-size: 60px;
    font-weight: bold;
}
.banner .t2{
    font-size: 32px;
    margin: 0;
}
/* 首页案例 样式1 */
.h-case-s1 .pic{
    padding-bottom: 80%;
}
.h-case-s1 .text{
    background: #fff;
    padding: 16px 20px;
}
.h-case-s1 .text p{
    background: url(../images/bjt.png) no-repeat;
    background-size: 20px;
    background-position: right center;
    margin: 0;
}

/* 首页案例 样式2 */
.h-case-s2{
    background: url(../images/hcase-v2bg.jpg) no-repeat top center;
    background-size: cover;
}
.h-case-s2 .pic{
    padding-bottom: 100%;
}
.h-case-s2 .wrap{
    position: relative;
}
.h-case-s2 .wrap .text{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    background: rgba(255,255,255,0.7);
    padding: 12px 16px;
    box-sizing: border-box;
}
.h-case-s2 .wrap .text p{
    margin: 0;
}

/* 首页案例 样式3 */
.h-case-s3{
    background: url(../images/hcase-v3bg.jpg) no-repeat top center;
    background-size: cover;
}
.h-case-s3 .pic{
    padding-bottom: 70%;
    border: 10px solid rgba(255,255,255,0.5);
    box-sizing: border-box;
}

.h-case-s3 .wrap .text{
    text-align: center;
    padding: 12px 16px;
    box-sizing: border-box;
}
.h-case-s3 .wrap .text p{
    margin: 0;
    color: #fff;
}
.h-about{
    background:url(../images/h-abbg.jpg) no-repeat top center;
    /* padding: 20px 0; */
}

.h-about .ab-t .wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}
.h-about .ab-t .t1{
    font-size: 50px;
    font-weight: bold;
    margin-right: 1rem;
}
.h-about .ab-t .s1{
    display: inline-block;
    background: #a3c31d;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    line-height: 30px;
}
.h-about .ab-t .s2{
    display: block;
    font-size: 15px;
    font-weight: bold;
}
.h-about .uk-grid-divider>:not(.uk-first-column)::before{
    border-left: 1px solid #aeaeae;
    transform: rotate(20deg);
}

.h-about .ab-m .text{
    text-align: center;
    margin: 50px 0;
}
.h-about .more{
    margin-top: 50px;
    text-align: center;
}
.h-about .more a{
    padding: 10px 30px;
    text-transform: uppercase;
    background: #32a0d9;
    border-radius: 30px;
    color: #fff;
}


/* 首页新闻 */
.h-news .wp{
    display: flex;
    justify-content:space-between;
    margin-bottom: 15px;
}
.new-pic{
    position: relative;
}
.new-pic .pic{
    padding-bottom: 80%;
}
.new-pic .text{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(50, 160, 217, 0.6);
    padding: 15px 15px 5px;
    box-sizing: border-box;
    color: #fff;
}
.new-pic .text h3{
    margin: 0;
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
}
.new-pic .text p{
    line-height: 1.8;
}
.new-tit{
    border: 1px solid #eee;
}
.new-tit .date{
    width: 120px;
    text-align: center;
    padding-right: 20px;
    border-right: 1px solid #eee;
    box-sizing: border-box;
    padding: 8px;
    color: #666;
    max-width: 30%;
}
.new-tit .date .day{
    font-size: 2.25rem;
    font-weight: bold;
}
.new-tit .wrap{
    
    border-bottom: 1px solid #eee;
}
.new-tit .wpp:last-child .wrap{
    border: 0;
}
.new-tit .text{
    padding: 0 20px;
    transition: all 0.3s;
    max-width: 70%;
}
.new-tit .text h3{
    font-size: 1.25rem;
    margin: 0;
    transition: all 0.3s;
}
.new-tit .text p{
    color: #666;
    margin: 0;
}
.new-tit .wpp{
    transition: all 0.3s;
}
.new-tit .wpp:hover{
    background: #32a0d9;
}
.new-tit .wpp:hover .date{
    color: #fff;
}
.new-tit .wpp:hover .text{
    color: #fff;
}
.new-tit .wpp:hover .text h3{
    color: #fff;
}
/* 底部 */
.tm-footer {
    padding: 50px 0;
    background: url(../images/foot-bg.jpg) no-repeat;
    background-size: cover;
    color: #fff;
}
.tm-footer .f-t{
    font-size: 20px;
    margin-bottom: 15px;
}
.tm-footer .f-nav a{
    display: inline-block;
    padding-right: 30px;
    position: relative;
}

.tm-footer .f-nav a::after{
    content: '/';
    display: inline-block;
    position: absolute;
    right: 10px;
}
.tm-footer .f-nav a:last-child::after{
    content: none;
}
.tm-footer .f-c a{
    color: #fff;
    display: inline-block;
}
.tm-footer .f-c .fa{
    background: #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    color: #32a0d9;
    text-align: center;
    line-height: 22px;
    font-size: 15px;
    margin-right: 5px;
    vertical-align: middle;
}

.f-copy {
    padding: 15px 15px;
    background: #fff;
}
.f-copy span{
    padding: 0 20px;
}
.m-fnav{
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1f4e61;
    z-index: 999;
}
.m-fnav .wrap{
    text-align: center;
    line-height: 1.2;
    border-left: 1px solid #32a0d9;
}
.m-fnav .wrap:first-child{
    border-left: 0;
}
.m-fnav .wrap a{
    display: block;
    padding: 10px 0;
    color: #fff;
}
.m-fnav .wrap .ic{
    margin-bottom: 3px;
}
/* 内页 */

.n-ban {
    height: 500px;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-image: url(../images/futuerbg.jpg);
    position: relative;
}

.position {
    text-transform: capitalize;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(11, 119, 189, 0.8);
}
.sort-nav{
    font-size: 16px;
    font-weight: 600;
}
.n-left .tit {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    background: #006aa0;
    padding: 40px 30px;
}
.n-left .wp{
    padding: 20px 15px;
    background: #f5f5f5;
}
@media(min-width: 800px){
	.pro-nav{
    /* margin: 50px 0 50px; */
    overflow-x: scroll;
    justify-content: left;
    padding-bottom: 10px;
    background-color: #32a0d9;
}
}
.pro-nav .wrap a{
    display: block;
    padding: 20px 40px;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    font-size: 16px;
    transition: all 0.5s;
    white-space: nowrap;
    padding: 8px 20px;
    margin-right: 20px;
}
.pro-nav .wrap a:hover,.pro-nav .wrap a.on{
    background: #32a0d9;
}
.lanmu {
    text-transform: capitalize;
}

.lanmu>li {
    margin-bottom:2px;
    position: relative;
}

.lanmu>li>a {
    display: block;
    text-align: left;
    padding: 12px 30px;
    background: #eee;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.lanmu>li>a:hover,
.lanmu li.active>a {
    background: #32a0d9;
    color: #fff;
}

.lanmu>li ul li a {
    display: inline-block;
    transition: all .33s;
    color: #32a0d9;
}


/* 关于 */
.n-about .gongc .tt{
    background: #32a0d9;
    color: #fff;
    text-align: center;
    padding: 50px 0;
    font-size: 24px;
    cursor: pointer;
}

#certificate .wrap{
    height: 260px;
    text-align: center;
    border: 1px solid #eee;
    padding: 3px;
}
#certificate .wrap img{
    width: auto;
    height: 100%;
}
#certificate .tt{
    text-align: center;
    margin: 15px 0 40px;
    font-size: 16px;

}
/* 联系 */
.inquiry{
    /* background: #f7d730; */
}
.inquiry .btn{
    margin-top: 1rem;
    background: #32a0d9;
    color: #fff;
    padding: 5px 40px;
    font-size: 16px;
}
.inquiry .btn:hover{
    background: #0b69a8;
}
.uk-input:focus, .uk-select:focus, .uk-textarea:focus{
    border-color: #32a0d9;
}
.c-item .c-text{
    padding-left: 10px;
}
.c-item .c-icon{
    font-size:20px;
    line-height: 1;
    color: #c5c5c5;
    width: 25px;
    text-align: center;
}
.c-wp{
    display: flex;
    align-items: center;
}
.c-item .tt{
    font-size: 2rem;
    text-transform: uppercase;
    color:#32a0d9;
    margin-bottom: 10px;
}
.c-item .desc{
    font-size: 16px;
    margin-bottom: 15px;
}

/*  */

.l-pro .pic{
    padding-bottom: 70%;
}
.l-pro .pic-b{
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.l-pro .text{
    padding: 10px;
    text-align: center;
    font-size: 16px;
}
.l-pro .wrap:hover .pic-b{
    border-color: #32a0d9;
}

.l-video .pic{
    padding-bottom: 70%;
}
.l-video .text{
    padding: 10px;
    text-align: center;
    font-size: 16px;
    background: #eee;
}
.l-video .text p{
    margin: 0;
}
.l-video .wrap:hover .text{
    background: #222;
    color: #fff;
}
.l-video .icon{
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 16px;
    border-radius: 10px;
}
.l-case .pic{
    padding-bottom: 70%;
    box-sizing: border-box;
}

.l-case .wrap .text{
    text-align: center;
    padding: 16px 16px;
    box-sizing: border-box;
    background: #f8f8f8;
    transition: all 0.3s;
}
.l-case .wrap .text p{
    margin: 0;
    font-size: 16px;
}
.l-case .wrap:hover .text{
    background: #32a0d9;
    color: #fff;
}

.a-case .title {
    font-size: 26px;
    margin-bottom: 10px;
    text-align: center;
    color: #111;
    text-transform: capitalize;
}

.a-case .time {
    font-size: 14px;
    text-align: center;
}

.a-case .content {
    font-size: 16px;
    margin-top: 20px;
}

.albums{
    position: relative;
    overflow: hidden;
    padding: 50px 10%;
}
.albums .gallery-top{
    height: 600px;
}
.albums .gallery-top .pic{
    height: 600px;
}
.albums .gallery-thumbs {
    height: 600px;
}
.albums .gallery-thumbs .pic{
    height: 100%;
}
.albums .gallery-thumbs .swiper-slide{
    overflow: hidden;
    background: #32a0d9;
}
.albums .gallery-thumbs .swiper-slide .pic{
    opacity: 1;
}
.albums .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .pic{
    opacity: 0.5;
}
.a-new .title {
    /*font-size: 26px;*/
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    color: #111;
    text-transform: capitalize;
}

.a-new .time {
    font-size: 14px;
    text-align: center;
}

.a-new .content {
    font-size: 16px;
    margin-top: 20px;
}

.content img {
    height: auto !important;
}


.l-news .pic{
    padding-bottom: 65%;

}
.l-news .text .time{
    color: #666;
    font-size: 13px;
    margin-bottom: 15px;
}
.pagination{
    text-align: center;
    margin: 50px 0;
}
.pagination a {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 15px;
    text-decoration: none;
    border: 1px solid #ddd;
    color: #666;
}

.pagination a:hover {
    color: #32a0d9;
    background: white;
}

.pagination a.page-num-current {
    border: 1px solid #32a0d9;
    background: #32a0d9;
    color: #fff;
}

.next-prev {
    padding-top: 30px;
    border-top: 1px solid #ddd;
    margin-top: 30px;
    line-height: 2;
    color: #999;
    text-transform: capitalize;
}
.next-prev span{
    text-transform: uppercase;
    color:#222;
}
.next-prev a{
    color: #999;
}
.next-prev a:hover{
    color: #444;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  ::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #f5f5f5;
  }

  /*定义滚动条轨道 内阴影+圆角*/
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
  }

  /*定义滑块 内阴影+圆角*/
  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #c8c8c8;
  }